From f98a24739617570872734c214589ae350db9b74c Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Thu, 24 May 2007 13:18:28 +0000 Subject: [PATCH] Google Maps changed to contain invalid XHTML, again. This time, it was tags of the form (note lack of whitespace between attributes.) git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2798 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/google.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/google.c b/gpsbabel/google.c index 1ad9aef86..0fe9e260b 100644 --- a/gpsbabel/google.c +++ b/gpsbabel/google.c @@ -417,6 +417,10 @@ google_read(void) else if ( !strncmp( from, "\\042", 4)) { *to++ = '"'; from += 4; + + if ( *(to-2) != '=' ) { + *to++ = ' '; + } } else if ( !strncmp( from, "\\'", 2)) { *to++ = '\''; -- 2.30.2